By default, the workflow logs (Comment property) of documents is not replicated to collaborating sites. Whether the logs are replicated is controlled by the user-defined VBScript function SyncWorkflowLog. The implementation of this function can be adapted to enable copying of workflow logs as needed.
Function SyncWorkflowLog()
SyncWorkflowLog= True
End Function
Related concepts
Related tasks
Understanding common conflicts
Suppressing custom code during GCF operations